home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00007.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  447 b   |  28 lines

  1. on exitFrame
  2.   global ready, letsgo
  3.   set ready to ready + 1
  4.   if ready > 8 then
  5.     preset()
  6.     if letsgo = 1 then
  7.       go("mixer")
  8.     end if
  9.     if letsgo = 2 then
  10.       go("mixer 2")
  11.     end if
  12.     if letsgo = 3 then
  13.       go("tokyo")
  14.     end if
  15.     if letsgo = 4 then
  16.       go("whirl")
  17.     end if
  18.     if letsgo = 5 then
  19.       go("hometek")
  20.     end if
  21.     if letsgo = 6 then
  22.       go("looper")
  23.     end if
  24.   else
  25.     go("intro")
  26.   end if
  27. end
  28.